1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPURCHASEORDER_RECEIVE
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPURCHASEORDER_RECEIVE))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox
31         Me.grpCat = New System.Windows.Forms.GroupBox
32         Me.cmdcancel = New System.Windows.Forms.Button
33         Me.CmdSearch = New System.Windows.Forms.Button
34         Me.txtname = New System.Windows.Forms.TextBox
35         Me.Label5 = New System.Windows.Forms.Label
36         Me.lstreceive = New System.Windows.Forms.ListView
37         Me.Label3 = New System.Windows.Forms.Label
38         Me.dtreceived = New System.Windows.Forms.DateTimePicker
39         Me.Panel1.SuspendLayout()
40         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
41         Me.GroupBox1.SuspendLayout()
42         Me.grpCat.SuspendLayout()
43         Me.SuspendLayout()
44         
'
45         
'Panel1
46         
'
47         Me.Panel1.Controls.Add(Me.Label2)
48         Me.Panel1.Controls.Add(Me.Label1)
49         Me.Panel1.Controls.Add(Me.PictureBox1)
50         Me.Panel1.Location = New System.Drawing.Point(
0, 0)
51         Me.Panel1.Name =
"Panel1"
52         Me.Panel1.Size = New System.Drawing.Size(
347, 50)
53         Me.Panel1.TabIndex =
0
54         
'
55         
'Label2
56         
'
57         Me.Label2.AutoSize = True
58         Me.Label2.Location = New System.Drawing.Point(
53, 32)
59         Me.Label2.Name =
"Label2"
60         Me.Label2.Size = New System.Drawing.Size(
181, 13)
61         Me.Label2.TabIndex =
1
62         Me.Label2.Text =
"List of products that already receive"
63         
'
64         
'Label1
65         
'
66         Me.Label1.AutoSize = True
67         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
68         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
69         Me.Label1.Location = New System.Drawing.Point(
52, 9)
70         Me.Label1.Name =
"Label1"
71         Me.Label1.Size = New System.Drawing.Size(
176, 23)
72         Me.Label1.TabIndex =
1
73         Me.Label1.Text =
"Purchase Receive"
74         
'
75         
'PictureBox1
76         
'
77         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
78         Me.PictureBox1.Location = New System.Drawing.Point(
0, 3)
79         Me.PictureBox1.Name =
"PictureBox1"
80         Me.PictureBox1.Size = New System.Drawing.Size(
57, 44)
81         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
82         Me.PictureBox1.TabIndex =
0
83         Me.PictureBox1.TabStop = False
84         
'
85         
'GroupBox1
86         
'
87         Me.GroupBox1.Controls.Add(Me.grpCat)
88         Me.GroupBox1.Controls.Add(Me.lstreceive)
89         Me.GroupBox1.Location = New System.Drawing.Point(
2, 48)
90         Me.GroupBox1.Name =
"GroupBox1"
91         Me.GroupBox1.Size = New System.Drawing.Size(
930, 532)
92         Me.GroupBox1.TabIndex =
1
93         Me.GroupBox1.TabStop = False
94         
'
95         
'grpCat
96         
'
97         Me.grpCat.BackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
98         Me.grpCat.Controls.Add(Me.cmdcancel)
99         Me.grpCat.Controls.Add(Me.CmdSearch)
100         Me.grpCat.Controls.Add(Me.txtname)
101         Me.grpCat.Controls.Add(Me.Label5)
102         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
103         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.grpCat.Location = New System.Drawing.Point(
343, 209)
105         Me.grpCat.Name =
"grpCat"
106         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
107         Me.grpCat.TabIndex =
7
108         Me.grpCat.TabStop = False
109         Me.grpCat.Text =
"Search by Supplier Name "
110         Me.grpCat.Visible = False
111         
'
112         
'cmdcancel
113         
'
114         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
116         Me.cmdcancel.Name =
"cmdcancel"
117         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
118         Me.cmdcancel.TabIndex =
3
119         Me.cmdcancel.Text =
"&Cancel"
120         Me.cmdcancel.UseVisualStyleBackColor = True
121         
'
122         
'CmdSearch
123         
'
124         Me.CmdSearch.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
126         Me.CmdSearch.Name =
"CmdSearch"
127         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
128         Me.CmdSearch.TabIndex =
2
129         Me.CmdSearch.Text =
"&Search"
130         Me.CmdSearch.UseVisualStyleBackColor = True
131         
'
132         
'txtname
133         
'
134         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.txtname.Location = New System.Drawing.Point(
60, 23)
136         Me.txtname.MaxLength =
50
137         Me.txtname.Name =
"txtname"
138         Me.txtname.Size = New System.Drawing.Size(
254, 22)
139         Me.txtname.TabIndex =
1
140         
'
141         
'Label5
142         
'
143         Me.Label5.AutoSize = True
144         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
145         Me.Label5.Location = New System.Drawing.Point(
7, 31)
146         Me.Label5.Name =
"Label5"
147         Me.Label5.Size = New System.Drawing.Size(
52, 13)
148         Me.Label5.TabIndex =
0
149         Me.Label5.Text =
"Search :"
150         
'
151         
'lstreceive
152         
'
153         Me.lstreceive.FullRowSelect = True
154         Me.lstreceive.GridLines = True
155         Me.lstreceive.Location = New System.Drawing.Point(
6, 20)
156         Me.lstreceive.Name =
"lstreceive"
157         Me.lstreceive.Size = New System.Drawing.Size(
916, 508)
158         Me.lstreceive.TabIndex =
0
159         Me.lstreceive.UseCompatibleStateImageBehavior = False
160         Me.lstreceive.View = System.Windows.Forms.View.Details
161         
'
162         
'Label3
163         
'
164         Me.Label3.AutoSize = True
165         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
166         Me.Label3.Location = New System.Drawing.Point(
563, 32)
167         Me.Label3.Name =
"Label3"
168         Me.Label3.Size = New System.Drawing.Size(
102, 14)
169         Me.Label3.TabIndex =
1
170         Me.Label3.Text =
"Received Date :"
171         
'
172         
'dtreceived
173         
'
174         Me.dtreceived.CalendarFont = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
175         Me.dtreceived.Location = New System.Drawing.Point(
665, 28)
176         Me.dtreceived.Name =
"dtreceived"
177         Me.dtreceived.Size = New System.Drawing.Size(
200, 21)
178         Me.dtreceived.TabIndex =
2
179         
'
180         
'FrmPURCHASEORDER_RECEIVE
181         
'
182         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
183         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
184         Me.ClientSize = New System.Drawing.Size(
1069, 592)
185         Me.Controls.Add(Me.dtreceived)
186         Me.Controls.Add(Me.Label3)
187         Me.Controls.Add(Me.GroupBox1)
188         Me.Controls.Add(Me.Panel1)
189         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
190         Me.MinimizeBox = False
191         Me.Name =
"FrmPURCHASEORDER_RECEIVE"
192         Me.Text =
"Purchase Receive"
193         Me.Panel1.ResumeLayout(False)
194         Me.Panel1.PerformLayout()
195         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
196         Me.GroupBox1.ResumeLayout(False)
197         Me.grpCat.ResumeLayout(False)
198         Me.grpCat.PerformLayout()
199         Me.ResumeLayout(False)
200         Me.PerformLayout()
201
202     End Sub
203     Friend WithEvents Panel1 As System.Windows.Forms.Panel
204     Friend WithEvents Label2 As System.Windows.Forms.Label
205     Friend WithEvents Label1 As System.Windows.Forms.Label
206     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
207     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
208     Friend WithEvents lstreceive As System.Windows.Forms.ListView
209     Friend WithEvents Label3 As System.Windows.Forms.Label
210     Friend WithEvents dtreceived As System.Windows.Forms.DateTimePicker
211     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
212     Friend WithEvents cmdcancel As System.Windows.Forms.Button
213     Friend WithEvents CmdSearch As System.Windows.Forms.Button
214     Friend WithEvents txtname As System.Windows.Forms.TextBox
215     Friend WithEvents Label5 As System.Windows.Forms.Label
216 End Class


Gõ tìm kiếm nhanh...